home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / gcc270-b.lha / gnu / GccOpts1_3 / Example / Hello.c < prev    next >
C/C++ Source or Header  |  1995-08-02  |  73b  |  8 lines

  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.  printf("hello, world !");
  6.  return 0;
  7. }
  8.